home *** CD-ROM | disk | FTP | other *** search
- Program: S3 Line Calculator
- Version: 1.0
- Author: George Spafford
- Date: 02/12/93
-
- Purpose:
-
- To allow mathematical equations to be solved on the command line.
-
- Procedure:
-
- Run LC at the DOS prompt and enter the equation after it. For example:
-
- LC 2 + 2 <ENTER> will give you 4
- LC 2 * (1 + 2) <ENTER> will give you 6
-
- Expressions are evaluated from left to right. You can not exceed the DOS
- command line limit of 127 characters when entering your equation.
-
- LC math operators are:
-
- + Addition
- - Subtraction (or to signify a negative number, a unary operand)
- * multiplication
- \ Integer division
- / Floating point division
- ! Factorial
- ~ Exponent 2~3 means 2 raised to the 3 power equal to 8.
- ( Left parenthesis
- ) Right parenthesis
-
- ABS Absolute Value
- CLG Common Log (Log Base 10)
- COS Cosine
- LOG Natural Lon (Base e)
- PI 3.141593
- SIN SINE
- SQR Square Root SQR(4) = 2
- TAN Tangent
-
- If you have a complex equation, be sure that it logically flows by judicious
- use of parenthesis.
-
-
- Please Register:
-
- LC is distributed as shareware. It is not public domain. If you find
- that LC is a useful utility, please register it for $10 per copy.
- Please make payment in U.S. funds to
-
- George Spafford
- 3001 LakeShore Drive, #329
- St. Joseph, MI 49085
-
- Data: (616) 468-5026 Queued Access BBS 14.4Kb USR Dual HST
- Sysop: Tim Akright
-
-
- I can also be contacted via E-Mail on EXEC-PC and Channel-1.
-
-
- LC IS DISTRIBUTED AS IS. THE AUTHOR (GEORGE SPAFFORD) MAKES NO
- WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
- TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE,
- WITH RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL
- THE AUTHOR BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST
- SAVINGS, OR ANY OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
- OUT OF THE USE OF OR THE INABILITY TO USE THIS PROGRAM.
- -----------------------------------------------------------------------
-